home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / pkey12_1.zip / ER.LSP < prev    next >
Text File  |  1992-09-13  |  323b  |  9 lines

  1. ;  ENTITIY REGEN UTILITY (short and sweet) for when you want to see the
  2. ;  change but not have to regen the whole drawing.
  3. ;
  4. ;                     ********Patrick J. McKee, author********
  5. ;                       ****Copyright 1992, Power Key tm****
  6. ;
  7. (defun c:er ()
  8. (setq es (ssget))
  9. (command"move" es "" "@" "@"))